Click or drag to resize

Position Enumeration

Identifies the position of an entity extracted from a message.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum Position
Members
  Member nameValueDescription
LatestReply0 The extracted entity originates from the latest reply to the message.
Subject1 The extracted entity originates from the message subject.
Signature2 The extracted entity originates from the message signature.
Other3 The extracted entity originates from an undefined part of the message.
See Also